home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / frte.zip / README.ASC < prev   
Text File  |  1991-01-06  |  808b  |  25 lines

  1. FRTE Forced Runtime Error Unit
  2. Version 3.0
  3. Copyright 1990
  4. McQuay Technologies
  5. Released into the Public Domain.
  6.  
  7. This unit allows user written units to provide an enhnaced error
  8. trapping environment similar to the one used by Turbo's internal
  9. units.  Allows errors to be trapped and displayed in the IDE
  10. where the units procedures and functions (or an objects methods)
  11. where called, rather than the line where the error was actually
  12. detected.
  13.   
  14. FRTE.PAS contains code and documentation.
  15.  
  16. The Following programs all demonstrate the use of FRTE.
  17.  
  18. BIGMEM.PAS is a unit used by BIGTEST.PAS.
  19. MULT.PAS is a unit used by MULTTEST.PAS
  20. OBJTEST.PAS show how to use with methods.
  21. DEMO.PAS is a list manager that show how to use with
  22. virtual and static methods as well as descendants.
  23.  
  24. Good Luck
  25.